From dbcf0fa48753107070e71132cf0e1bb7f08f43b1 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Sat, 17 Dec 2011 16:44:32 +0800 Subject: [PATCH] Remove autotools-dev and quilt from Build-Depends --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2610314..0b8a765 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opencc (0.3.0-1) unstable; urgency=low + + * New upstream release + * Remove autotools-dev and quilt from Build-Depends + + -- Kan-Ru Chen Sat, 17 Dec 2011 16:41:49 +0800 + opencc (0.2.0-2) unstable; urgency=low * Fix "Please fix FTBFS on mips, ppc, s390 and sparc" (Closes: #624562) diff --git a/debian/control b/debian/control index 3f52e56..a6d5394 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: opencc Priority: optional Maintainer: IME Packaging Team Uploaders: LI Daobing , Asias He -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cmake, quilt (>= 0.46-7~) +Build-Depends: debhelper (>= 7.0.50~), cmake Standards-Version: 3.9.2 Section: libs Homepage: http://code.google.com/p/opencc diff --git a/debian/rules b/debian/rules index 9ff5c79..3bc514f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with quilt + dh $@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT:BOOL=ON -- 2.30.2